home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Toolkits / Escritorio / Open Contacts / setup.exe / {app} / Help / styles / rc.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-10-26  |  788 b   |  52 lines

  1.  
  2.  
  3. .small { font-size:9px; }
  4. .nowrap { white-space:nowrap; }
  5.  
  6. .image-left {
  7.   margin: 0px 5px 0px 10px;
  8.   text-align:right;
  9. }
  10. .image-right {
  11.   margin: 0px 0px 5px 10px;
  12.   text-align:right;
  13. }
  14. .image-inline {
  15.   margin: 0px 10px 5px 10px;
  16.   text-align:center;
  17. }
  18. div.subheader {
  19.   font-size:82%;
  20.   font-weight: bold;
  21.   margin: 1.5em 0em;
  22. }
  23. hr {
  24.   width: 100%;
  25.   height: 1px;
  26. }
  27.  
  28.  
  29. div.note {
  30.   padding: 4px;
  31.   border:1px solid #ddad08;
  32.   font-size:80%;
  33. }
  34. span.red { color:#FF0000; }
  35. span.green { color:#008000; }
  36. div.code {
  37.   border:1px solid #ccc;
  38.   background-color:#eee;
  39.   padding:10px;
  40.   margin-left:20px;
  41.   margin-right:15px;
  42.   font-size:100%;
  43.   width:85%;
  44.   font-family:Monospace;
  45.   color:#007000;
  46. }
  47.  
  48. div.indent {
  49.   padding-left:20px;
  50. }
  51.  
  52.